/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
*/

.tm-navbar-fixed .tm-navbar + .tm-block {
    padding-top: 120px;
    padding-bottom: 1px;
}

.mod-languages img {
    display: none;
}

.uk-breadcrumb {
    height: 50px;
    text-align:center;
    line-height:50px;
    margin-top:50px;
}


.uk-nav-navbar {
    text-align:center;
    margin-top:0px;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
}

.uk-breadcrumb {
    height: 50px;
    text-align:center;
    letter-spacing: 1px;
    line-height:50px;
    margin-top:50px;
    margin-bottom:1px;
}


@media (max-width: 978px) { 
.uk-breadcrumb {
    margin-top:40px;
    height: 40px;
    margin-bottom: 20px;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    display: flex;
}

}

.uk-navbar-nav {
    text-align:center;
    margin-top:0px;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
}


.uk-navbar-nav > li > a {
    box-sizing: border-box;
    display: inherit;
    font-family: "Lato";
    font-size: 10px;
    font-weight: 400;
    height: 110px;
    letter-spacing: 1px;
    line-height: 110px;
    padding: 10px;
    text-transform: uppercase;
}

.uk-dropdown-navbar {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.uk-nav-sub > li > a {  
  font-size: 10px;  
  line-height: 12px;  
  padding: 0; /* <-- can also be set in the customizer */  
}


.uk-dropdown {  
    font-family: "Lato";
    top: 80%;
}

.uk-margin {
    margin-bottom: 30px;
    margin-top: 30px;
}

.uk-icon-button {
    width: 35px;
    height: 35px;
    border-radius: 0;
    line-height: 25px;
    color: #666666;
    font-size: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none ;
    z-index: 0;

}

h1, h2, h4 {
    margin-top: 17px;
    font-family: lato;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height:17px;
  }
  
  
h3 {
    margin-top: 15px;
    font-family: lato;
    font-weight: 500;
    color: #272626;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

  
h5, h6 {
    font-family: lato;
    font-weight: 400;
    color: #272626;
    text-transform: uppercase;
    letter-spacing: 1.3px;
  }
  
p {
    color: #808080;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: none;
}

.uk-modal.uk-open {
    opacity: 2;
}

